Welcome![Sign In][Sign Up]
Location:
Search - jsp sqlserver

Search list

[JSP/Java简单购物车JSPSQLserver

Description: 一个简单的购物车,使用JSP + SQLserver-a simple cart, the use of SQL server JSP
Platform: | Size: 394459 | Author: 张瑞德 | Hits:

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName(\"com.microsoft.jdbc.sqlserver.SQLServerDriver\") String driver = \"jdbc:microsoft:sqlserver://localhost:1433\" Connection conn = DriverManager.getConnection(driver,\"\",\"\") 修改成: Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\") String driver = \"jdbc:odbc:try\" Connection conn = DriverManager.getConnection(driver,\"sa\",\"\") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http : / / localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11861 | Author: fly | Hits:

[WEB Codexmglxt(jsp)

Description: 用jsp编写的项目管理系统.能帮助你科学有效的对项目进行管理.该系统带有多种数据库建库语句(ms sqlserver,oracle,mysql).并附带帮助文档.-use of the project management system. Can help you a scientific and effective management of the project. With the system multiple database storage statement (ms sqlserver, oracle, mysql). and incidental help documentation.
Platform: | Size: 5966999 | Author: andy | Hits:

[JSP/Javatotjspgb

Description: 一个留言板 系统平台: JSP+SQLServer 支持开通无限个数的留言板,可以为每个栏目设置独立的管理员。 同时支持mysql和sqlserver数据库。 后台管理登录地址:totgb/login.jsp 用户名:admin 密 码:admins -a bulletin board system platforms : JSP SQLServer support an unlimited number of open message board, Each column for the setting up of an independent administrator. Support the mysql database and sqlserver. Background Management logged Address : totgb / login.jsp Username : admin Password : admins
Platform: | Size: 3983810 | Author: liujin | Hits:

[JSP/JavaJSP message(SQLserver2000)

Description: 用jsp+javabean+SQLserver 实现的简单留言本-jsp javabean SQL server with the simple realization of the message
Platform: | Size: 1024909 | Author: 方良 | Hits:

[Other resourceSCI

Description: 基于jsp+sqlserver的课题申报系统,对于并有完整的数据库文件,能够方便大家安装运行。
Platform: | Size: 1214665 | Author: 李怀洲 | Hits:

[JSP/Java02154658623

Description: 一个优秀的供应商管理系统,功能非常强大,是用JSP+sqlserver做出来的,具体不一一写了,下载就知道了
Platform: | Size: 1444700 | Author: 咖啡碱 | Hits:

[JSP/Javaaddresslist

Description: 适合初学jsp的通讯录,并且包含一个详细的程序说明文档。界面样式采用了css,也可作为css初学参考。 jsp+sqlserver
Platform: | Size: 1637392 | Author: 无法加入 | Hits:

[Other resourcehrJSPup10

Description: 简单的上传系统 jsp+sqlserver
Platform: | Size: 1003164 | Author: sdads | Hits:

[JSP/JavaBBS

Description: 用jsp+sqlserver 开发的论坛:主要功能:发帖、 浏览帖子 和回帖;主要用户 管理员和注册用户。
Platform: | Size: 2284065 | Author: zhang | Hits:

[JSP/JavaTradeManage

Description: jsp + SQLServer在线物流管理系统,实现了全国各大城市间物流的日常运营和管理。
Platform: | Size: 1997379 | Author: 张旭 | Hits:

[WEB CodeJSPshopcart(SQLserver)

Description: 一个简单的jsp购物车代码,数据库为sql
Platform: | Size: 428574 | Author: taotao | Hits:

[Other resourceJSP

Description: jsp简单的留言本mysql和sqlserver版,希望能帮到你
Platform: | Size: 1107169 | Author: 裘古蔺 | Hits:

[WEB CodeJSP

Description: JSP购物车(SQLserver版) ================== 简单的JSP电子商务网站购物车 带结算功能,带注册系统 大二时自己编写的,供大家参考学习 功能不是很详尽,美工也是拼凑了以前的flash,请见谅, 数据库在data文件夹中,在SQLserver中附加数据库即可 bean在classes--bean中 放进classes里即可 核心代码在list.jsp中
Platform: | Size: 433818 | Author: 杨祥吼 | Hits:

[Other resourceJSP购物车(SQLserver版)

Description: 简单的JSP电子商务网站购物车 带结算功能,带注册系统-simple JSP Cart e-commerce site with the clearing functions, with the registration system
Platform: | Size: 390556 | Author: | Hits:

[JSP/JavaJSP网上图书借阅管理系统

Description: 本文首先进行网上图书借阅馆管理系统开发的需求分析与可行性研究,最终确定系统开发目标、系统结构(前台——读者界面,后台——管理员界面)制定整体设计方案,使用己选定的开发工具、开发平台(基于JSP技术、采用?SQLServer?2000数据库、B/S模式)按照设计方案中的各个模块进行详细设计,即书籍查询模块、书籍借阅、书籍归还、书籍管理、用户管理等。全面分析所需数据对象及其存取方案和结构,完成后台数据库设计,在具体开发过程中进行不断的修改、完善,经过测试,系统运行基本稳定(This paper first analyses the demand and feasibility of system development online library library management, and ultimately determine the system development goals, system structure (front reader interface, the background of the administrator interface) formulate the overall design scheme, development tools, development platform is selected by using SQLServer technology, JSP (2000 database, based on B/S model the detailed design of each module) according to the design scheme, namely books query module, borrow books, return books, books management, user management etc.. Comprehensive analysis of the required data objects and their access program and structure, the completion of the background database design, in the specific development process of continuous revision and improvement, after testing, the system is basically stable operation)
Platform: | Size: 2561024 | Author: 力魔空白 | Hits:

[Otherjsp新闻发布系统

Description: 随着Internet的迅速发展,社会已经进入了网络时代,人们越来越倾向于从Internet获取信息。而网站则是Internet网上进行信息传播的主要载体,为了使网站的管理者方便的进行新闻的动态发布和管理,将杂乱无章的信息(包括文字、图片和影音)经过组织,合理而且有序地通过网页呈现给人们,开发了本新闻发布系统。 本系统利用jsp动态网页技术和SqlServer数据库,以B/S模式开发,实现新闻的动态发布和管理。前台为用户提供了新闻显示、新闻搜索、新闻操作等功能;管理用户可以通过Web浏览器登陆后台实现新闻的发布、管理记录等操作。(With the rapid development of Internet, society has entered the era of Internet, people are more and more inclined to obtain information from Internet. The website is Internet online is the main carrier of the information transmission, in order to make the site dynamic management for news publishing and management, will be out of order information (including text, pictures and video) through the organization, reasonable and orderly through "presented to the people, the development of this press release system. This system uses JSP dynamic web page technology and SqlServer database to develop B/S model to realize the dynamic publication and management of news. Front desk provides users with news display, news search, news operations and other functions; management users can login through the Web browser background, to achieve the news release, management records and other operations.)
Platform: | Size: 6100992 | Author: 力魔空白 | Hits:

[Other基于JSP的购物商城(SQLServer版)

Description: 基于jsp的旅游网站管理系统的设计与实现(sdfsdkjlfdsklslkdflkdslkjfs)
Platform: | Size: 9393152 | Author: restartxw | Hits:

[JSP/Java国家电网设备资源管理系统

Description: 酒店管理系统 基于jsp java SqlServer 开发的展示案例(Hotel Management System)
Platform: | Size: 24351744 | Author: 哈哈哈哈1@ | Hits:

[Other新闻发布系统jsp

Description: jsp+myeclipse的新闻发布系统(jsp+myeclipse+sqlServer)
Platform: | Size: 3314688 | Author: fighting1211 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net